moving from gitlab
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
all:
|
||||
$(CC) -Wall server.c db.c -O2 -std=c23 -lpthread -lsqlite3 -o server
|
||||
|
||||
debug:
|
||||
$(CC) -Wall -g server.c db.c -O0 -std=c23 -lpthread -lsqlite3 -o serverDebug
|
||||
|
||||
clean:
|
||||
$(RM) -rf server serverDebug
|
||||
Reference in New Issue
Block a user