8 lines
103 B
Makefile
8 lines
103 B
Makefile
|
include GNUmakevars
|
||
|
all: random_file
|
||
|
clean:
|
||
|
true
|
||
|
install: $(BINDIR)/random_file
|
||
|
|
||
|
include GNUmakerules
|