Skip to content
Snippets Groups Projects
Commit 3a90035d authored by Jérôme Chételat's avatar Jérôme Chételat
Browse files

Added makefile for convenience

parent 611b8cc7
No related branches found
No related tags found
No related merge requests found
...@@ -7,3 +7,5 @@ ...@@ -7,3 +7,5 @@
*.a *.a
example/test_sglib example/test_sglib
\.DS_Store
LIBINCLUDE = -I/usr/X11/include
LIBS = -L/usr/X11/lib
all: Xdraw.c
gcc -c Xdraw.c $(LIBINCLUDE) $(LIBS)
gnatmake -c sglib.adb
ar rc libSglib.a *.o
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment