nom = bad-glsl src = $(nom).c dst = $(nom) all: $(dst) $(dst): $(src) gcc $< -o $@ -lSDL3 -lGLEW -lGL clear: rm $(dst)