Added the first commands

This commit is contained in:
netbenixcn 2020-06-03 21:14:42 +02:00
parent 59846c52f7
commit df87556701
8 changed files with 64 additions and 16 deletions

View file

@ -16,7 +16,7 @@ help.o: commands/help.c
$(CC) $(CFLAGS) -c commands/help.c
sys_info.o: utils/sys_info.c
$(CC) $(CFLAGS) $(ARGS) -c utils/sys_info.c
gtk_test.o: commands/gtk_test.c
$(CC) $(CFLAGS) -c commands/gtk_test.c
sql_test.o: commands/sql_test.c
$(CC) $(CFLAGS) -c commands/sql_test.c
gtk_test.o: utils/gtk_test.c
$(CC) $(CFLAGS) -c utils/gtk_test.c
sql_test.o: utils/sql_test.c
$(CC) $(CFLAGS) -c utils/sql_test.c