libqaeda
Unnamed repository; edit this file 'description' to name the repository.
Info
|
Log
|
Files
|
Refs
|
README
|
LICENSE
Makefile (71B)
1
std:
2
$(CC) $(CFLAGS) -g3 -c std.c
3
4
clean:
5
rm -vf *.o
6
7
.PHONY: clean