The Poor Man's (or Woman's) Intrusion Detection System
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- data: data.cpp ../data.o testit.o
- g++ -o $@ $@.cpp ../data.o testit.o
-
- ../data.o: ../data.cpp ../data.h
- cd .. && make data.o
-
- testit.o: testit.cpp testit.h
- g++ -c testit.cpp
|