projects
/
dss.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Merge branch 'refs/heads/t/im-logo'
[dss.git]
/
Makefile
diff --git
a/Makefile
b/Makefile
index a8e045c2e755673d1aa28062684c2096db4ef818..f5c34af7b590145c99d3a8ced9b2badfd7179048 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-37,8
+37,8
@@
dss: $(dss_objects)
%.o: %.c Makefile
$(CC) -c $(DSS_CPPFLAGS) $(CPPFLAGS) $(DSS_CFLAGS) $(CFLAGS) $<
-%.png: %.dia
- dia -e $@ -t png $<
+dss.png: mklogo
+ ./mklogo > $@
%.lsg.h: %.suite
lopsubgen --gen-h=$@ < $<