Make a big amalgamation of HTTP, WL, sqlite alongside cweb
This commit is contained in:
@@ -12,11 +12,8 @@ all: cweb.c cweb.h cozisnews$(EXT)
|
||||
cweb.c cweb.h: src/main.c src/main.h
|
||||
python amalg.py
|
||||
|
||||
sqlite3.o: demo/sqlite3.c
|
||||
gcc -o $@ -c $<
|
||||
|
||||
cozisnews$(EXT): demo/main.c cweb.c cweb.h sqlite3.o
|
||||
gcc -o $@ demo/main.c demo/chttp.c demo/wl.c cweb.c sqlite3.o $(FLAGS) -Idemo
|
||||
cozisnews$(EXT): demo/main.c cweb.c cweb.h
|
||||
gcc -o $@ demo/main.c cweb.c $(FLAGS)
|
||||
|
||||
clean:
|
||||
rm *.o *.out *.exe
|
||||
|
||||
Reference in New Issue
Block a user