mirror of
https://github.com/cnlohr/lolra.git
synced 2026-06-17 00:09:31 +00:00
Why no math good
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
all : test floattest
|
||||
|
||||
floattest : floattestt
|
||||
./floattestt
|
||||
|
||||
floattestt : floattestt.c
|
||||
gcc -o $@ $^ -lm -g
|
||||
|
||||
|
||||
test : ttest
|
||||
./ttest
|
||||
|
||||
ttest : ttest.c
|
||||
gcc -o $@ $^ -lm -g
|
||||
|
||||
clean :
|
||||
rm -rf *.o ttest *~ floattestt
|
||||
Reference in New Issue
Block a user