mirror of
https://github.com/PDP-10/klh10.git
synced 2026-03-27 18:30:29 +00:00
10 lines
88 B
Makefile
10 lines
88 B
Makefile
CFLAGS = -Wall -Wextra -g
|
|
LDFLAGS = -g
|
|
|
|
all: ksim
|
|
|
|
clean:
|
|
rm ksim.o ksim
|
|
|
|
ksim: ksim.o
|