diff options
| author | s-ol <s-ol@users.noreply.github.com> | 2019-11-28 15:04:24 +0000 |
|---|---|---|
| committer | s-ol <s-ol@users.noreply.github.com> | 2019-11-28 15:04:24 +0000 |
| commit | 7d82e09523ddc023da8df7bb6a0504f10c26cb92 (patch) | |
| tree | 4594d8fc710fcf5162fb7fc0640cee12edfb0720 /Makefile | |
| parent | initial prototype (diff) | |
| download | janet-2geom-7d82e09523ddc023da8df7bb6a0504f10c26cb92.tar.gz janet-2geom-7d82e09523ddc023da8df7bb6a0504f10c26cb92.zip | |
make compile as a janet module
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/Makefile b/Makefile deleted file mode 100644 index f51132f..0000000 --- a/Makefile +++ /dev/null @@ -1,11 +0,0 @@ -all: src/janet.o src/shell.o src/main.o - g++ -o main $^ lib/lib2geom.a -ldl -ldouble-conversion -lgsl -lgslcblas -lm - -src/janet.o: src/janet.c - gcc -c -o $@ -Iinclude $< - -src/shell.o: src/shell.c - gcc -c -o $@ -Iinclude $< - -src/main.o: src/main.cpp - g++ -c -o $@ -Iinclude $< |
