revert between 56095 -> 55830 in arch
[AROS.git] / workbench / devs / AHI / Examples / Device / RecordTest / smakefile
blob056425cd1b139f1759bea48ef43cd98aa2df39bc
2 TARGET = RecordTest
3 OBJS= $(TARGET).o
5 $(TARGET): $(OBJS)
6    sc link to $(TARGET) with <<
7 $(OBJS)
10 $(TARGET).o: $(TARGET).c
12 dist:   
13         smake allclean
14         smake $(TARGET)
15         slink from $(TARGET) ND TO $(TARGET)
16         smake clean
18 clean:
19         --delete \#?.(map|o|lnk|info) QUIET
21 allclean:
22         smake clean
23         --delete $(TARGET)