mirror of
https://git.kernel.org/pub/scm/fs/ext2/e2fsprogs.git
synced 2025-01-25 18:04:02 +08:00
11 lines
121 B
Makefile
11 lines
121 B
Makefile
|
TOPSRC=..
|
||
|
|
||
|
!include $(TOPSRC)\powerquest\MCONFIG
|
||
|
|
||
|
ALL:: libecho.exe
|
||
|
|
||
|
libecho.exe: libecho.c
|
||
|
|
||
|
clean::
|
||
|
$(RM) libecho.exe
|