This website works better with JavaScript.
Home
Explore
Help
Sign In
Patrick
/
Kouglof2
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Version 1.0
master
Patrick Foubet
6 months ago
parent
ff9bdaab73
commit
01262f7d66
1 changed files
with
3 additions
and
3 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-3
Makefile
+ 3
- 3
Makefile
View File
@@ -1,6 +1,6 @@
octave
: octave.c
cc -Wall -o
octave
octave.c -lpthread -lreadline
OctavE
: octave.c
cc -Wall -o
OctavE
octave.c -lpthread -lreadline
clean :
clean :
rm -f
octave
rm -f
OctavE
Write
Preview
Loading…
Cancel
Save