fixed clean command in Makefile

pull/1/head
András Veres-Szentkirályi 2012-12-24 00:54:53 +01:00
rodzic deaa4bd75f
commit 0057778df3
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -11,4 +11,4 @@ slowrx: common.h common.c slowrx.c gui.c video.c sync.c vis.c modespec.c pcm.c f
$(CC) $(CFLAGS) $(OFLAGS) common.c modespec.c gui.c video.c vis.c sync.c pcm.c fsk.c slowrx.c -o slowrx -lfftw3 -lm `pkg-config --cflags --libs gtk+-3.0` -lgthread-2.0 -lpnglite -lasound
clean:
rm -f *.o
rm -f slowrx