parent
ad4fc34cb1
commit
0e1c03c7af
3 changed files with 1624 additions and 0 deletions
@ -1,2 +1,3 @@ |
||||
*.swp |
||||
dvdemu |
||||
jliptest |
||||
|
File diff suppressed because it is too large
Load Diff
@ -0,0 +1,8 @@ |
||||
all: jliptest |
||||
|
||||
jliptest: JLIPTest.cpp |
||||
g++ -Wall -Werror -D_BSD_SOURCE -o jliptest JLIPTest.cpp -ggdb
|
||||
|
||||
.DUMMY: clean |
||||
clean: |
||||
rm -rf jliptest
|
Loading…
Reference in new issue