mirror of
https://github.com/KolibriOS/kolibrios.git
synced 2024-12-17 20:32:35 +03:00
7 lines
155 B
Makefile
7 lines
155 B
Makefile
|
AUTOMAKE_OPTIONS = foreign
|
||
|
|
||
|
bin_PROGRAMS = pig
|
||
|
pig_SOURCES = pig.c engine.c dirty.c
|
||
|
|
||
|
EXTRA_DIST = *.h *.txt *.png INSTRUCTIONS pig-linux-x86 pig-win32.exe
|