serialdvdemu/utils/Makefile

9 lines
141 B
Makefile
Executable File

all: jliptest
jliptest: JLIPTest.cpp
g++ -Wall -Werror -D_BSD_SOURCE -o jliptest JLIPTest.cpp -ggdb
.DUMMY: clean
clean:
rm -rf jliptest