diff options
Diffstat (limited to 'ue2/imgsynth2/Makefile')
| -rw-r--r-- | ue2/imgsynth2/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ue2/imgsynth2/Makefile b/ue2/imgsynth2/Makefile index d8f3372..376abac 100644 --- a/ue2/imgsynth2/Makefile +++ b/ue2/imgsynth2/Makefile | |||
| @@ -5,8 +5,7 @@ | |||
| 5 | CC= g++ | 5 | CC= g++ |
| 6 | LD= $(CC) | 6 | LD= $(CC) |
| 7 | DEBUGFLAGS= -DNDEBUG | 7 | DEBUGFLAGS= -DNDEBUG |
| 8 | #TODO CFLAGS= -O -ansi -pedantic-errors -Wall -I/usr/local/include $(DEBUGFLAGS) | 8 | CFLAGS= -O -ansi -pedantic-errors -Wall -I/usr/local/include $(DEBUGFLAGS) |
| 9 | CFLAGS= -O -ansi -Wall -I/usr/local/include $(DEBUGFLAGS) | ||
| 10 | LDFLAGS= | 9 | LDFLAGS= |
| 11 | LIBS= -L/usr/local/lib -lboost_program_options | 10 | LIBS= -L/usr/local/lib -lboost_program_options |
| 12 | 11 | ||
