mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-02 06:20:14 +01:00
6 lines
59 B
Makefile
6 lines
59 B
Makefile
|
# -*- mode: Makefile; -*-
|
||
|
|
||
|
clean:
|
||
|
rm -rf $(PLATFORM)/*.o
|
||
|
|