Update Makefile
This commit is contained in:
+1
-1
@@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
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
|
columns: main.c column.c research.c render.c backdrop.c sdl.c events.c column.h research.h render.h backdrop.c sdl.h events.h
|
||||||
$(CC) main.c column.c research.c render.c backdrop.c sdl.c events.c -o columns $(CFLAGS)
|
$(CC) main.c column.c research.c render.c backdrop.c sdl.c events.c -o columns $(CFLAGS)
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
|
|||||||
Reference in New Issue
Block a user