Update Makefile
This commit is contained in:
+2
-2
@@ -3,8 +3,8 @@
|
|||||||
|
|
||||||
CFLAGS = -lm -lSDL2_image `sdl2-config --cflags --libs` -lsodium -s
|
CFLAGS = -lm -lSDL2_image `sdl2-config --cflags --libs` -lsodium -s
|
||||||
|
|
||||||
columns: main.c column.c research.c render.c backdrop.c sdl.c events.c hiscore.c text.c menu.c column.h research.h render.h backdrop.h sdl.h events.h hiscore.h text.h menu.h sprite_sheet.h
|
columns: main.c column.c research.c render.c backdrop.c sdl.c events.c hiscore.c text.c menu.c level.c column.h research.h render.h backdrop.h sdl.h events.h hiscore.h text.h menu.h sprite_sheet.h level.h
|
||||||
$(CC) main.c column.c research.c render.c backdrop.c sdl.c events.c hiscore.c text.c menu.c -o columns $(CFLAGS)
|
$(CC) main.c column.c research.c render.c backdrop.c sdl.c events.c hiscore.c text.c menu.c level.c -o columns $(CFLAGS)
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm columns
|
rm columns
|
||||||
|
|||||||
Reference in New Issue
Block a user