File: Makefile

package info (click to toggle)
eql 1.2.ds1-5
  • links: PTS
  • area: main
  • in suites: bookworm, bullseye, buster, forky, sid, trixie
  • size: 184 kB
  • sloc: ansic: 166; makefile: 8
file content (7 lines) | stat: -rw-r--r-- 77 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
TARGET=eql_enslave

all: $(TARGET)

clean:
	rm -f $(TARGET) *.o *.a *~ core