diff options
author | Ruben Pollan <meskio@sindominio.net> | 2018-01-18 11:15:40 +0100 |
---|---|---|
committer | Ruben Pollan <meskio@sindominio.net> | 2018-01-18 11:15:40 +0100 |
commit | ad81ddbf91df3d0ece62eab322dfd15e8866193b (patch) | |
tree | 4915dcfb705300d82e858829b7acd6f7e6a65c07 /icon/Makefile | |
parent | d4245e59b480dcadbbd5df4027b50a57aff3ff3e (diff) |
[style] New assets
Diffstat (limited to 'icon/Makefile')
-rw-r--r-- | icon/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/icon/Makefile b/icon/Makefile index 68b7229..6ea29fd 100644 --- a/icon/Makefile +++ b/icon/Makefile @@ -1,6 +1,6 @@ .PHONY: all clean -all: on_unix.go off_unix.go wait_unix.go error_unix.go +all: on_unix.go off_unix.go error_unix.go wait0_unix.go wait1_unix.go wait2_unix.go wait3_unix.go %_unix.go: %.png echo "//+build linux darwin" > $@ |