Skip to content

Commit

Permalink
do not save compile tempfiles (like c sources)
Browse files Browse the repository at this point in the history
this may irritate e.g. debian package maintenance scripts
  • Loading branch information
akemnade committed Jul 28, 2018
1 parent c2c0d68 commit ab11ef4
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 @@ -2,7 +2,7 @@ PREFIX ?= /usr/local

all: simple-gsmgui gsmgui-ring.sh gsmgui-start-audio.sh gsmgui-hungup.sh start-gsmgui.sh start-gsmgui-chooser.sh simple_vibra
simple-gsmgui: gsmgui.vala gsmmodem.vala network_chooser.vala main.vala
valac $^ -o simple-gsmgui --pkg gtk+-2.0 --pkg posix -g --save-temps -X -O2
valac $^ -o simple-gsmgui --pkg gtk+-2.0 --pkg posix -g -X -O2

simple_vibra: simple_vibra.c

Expand Down

0 comments on commit ab11ef4

Please sign in to comment.