diff options
Diffstat (limited to 'examples/Makefile')
-rw-r--r-- | examples/Makefile | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/examples/Makefile b/examples/Makefile deleted file mode 100644 index e2e3e9d..0000000 --- a/examples/Makefile +++ /dev/null @@ -1,24 +0,0 @@ -CFLAGS+= -Wall -pedantic -g -ggdb -CFLAGS+= -L .. -Wl,-R.. -I .. -CFLAGS+= -ljim - -EXAMPLES= \ - jim_command \ - jim_hello \ - jim_inline \ - jim_list \ - jim_obj \ - jim_return - -all: libjim.so $(EXAMPLES) - -libjim.so: - @echo ----------------------------------------------------------- - @echo " Remember to call \"make libjim\" before trying our examples" - @echo ----------------------------------------------------------- - cp ../libjim.so libjim.so - -clean: - rm -rf $(EXAMPLES) - rm -rf *.core - rm -rf libjim.so |