Serisium / Shinewave

Passthrough signal decoder and LED visualizer for use in Gamecube Controller mods
MIT License
39 stars 11 forks source link

Make recursively clean #5

Closed lynlevenick closed 8 years ago

lynlevenick commented 8 years ago

The current rm command only checks the current directory and the listed ones, in particular skipping other subdirectories.

Perhaps switch this out to something that operates with the Makefile variables, avoiding the find command entirely?