Skip to content

Commit

Permalink
removed unused files
Browse files Browse the repository at this point in the history
  • Loading branch information
gthomas committed Jun 11, 2018
1 parent 5a03d53 commit 4f6ca62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ uninstall:
build-dir:
mkdir "./build/"

libshapes: ./src/img.c ./src/img.h ./src/libshapes.c ./src/libshapes.h ./src/fontinfo.h build-dir fonts
libshapes: ./src/libshapes.c ./src/libshapes.h ./src/fontinfo.h build-dir fonts
gcc -O2 -Wall $(GCC_INCLUDEFLAGS) -c ./src/libshapes.c -o ./build/libshapes.o

oglinit: ./src/oglinit.c build-dir
Expand Down

0 comments on commit 4f6ca62

Please sign in to comment.