@ -1,6 +1,8 @@
.PHONY: all clean run
VERSION = 0.0.1
PREFIX=/usr/local
LIBS = sdl2 glew
CMACRO = -DVERSION=\"$(VERSION)\"
@ -20,6 +22,9 @@ clean:
rm -f *.o
rm -f zoomer
install: zoomer
install -Dm755 $< $(DESTDIR)$(PREFIX)/bin/$<
bear: clean
bear -- make
The note is not visible to the blocked user.