Update Makefile
This commit is contained in:
+2
-2
@@ -1,9 +1,9 @@
|
|||||||
#! /bin/make
|
#! /bin/make
|
||||||
# :vim: set noexpandtab:
|
# :vim: set noexpandtab:
|
||||||
|
|
||||||
CFLAGS = -lm -lSDL2_image `sdl2-config --cflags --libs` -lsodium
|
CFLAGS = -lm -lSDL2_image `sdl2-config --cflags --libs` -lsodium -s
|
||||||
|
|
||||||
columns: main.c
|
columns: main.c column.c research.c render.c backdrop.c sdl.c events.c
|
||||||
$(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