root/snippet/gd_font_preview/Makefile
| Revision 87, 216 bytes (checked in by aqua, 2 years ago) |
|---|
| Line | |
|---|---|
| 1 | CFLAGS= |
| 2 | LIBS= |
| 3 | |
| 4 | .c.o: |
| 5 | gcc -c ${CFLAGS} ${DEBUG} $< |
| 6 | |
| 7 | all: gd_font_preview |
| 8 | |
| 9 | gd_font_preview: gd_font_preview.o |
| 10 | gcc -o gd_font_preview gd_font_preview.o -lgd |
| 11 | |
| 12 | clean: |
| 13 | rm -rf gd_font_preview gd_font_preview.o rm *.png |
Note: See TracBrowser
for help on using the browser.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)