blob: a1aa0135c6da94a908bb85f08bbb2aa88ecd41c4 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$FreeBSD$
--- Imakefile 2001/03/14 10:33:44 1.1
+++ Imakefile 2001/03/14 10:34:01
@@ -42,3 +42,7 @@
DependTarget()
CleanTarget()
+.c.o:
+ $(RM) $@
+ $(CC) -c $(CFLAGS) $(_NOOP_) $*.c -o $@
+
|