PLangHQ / plang

The code repository from plang programming language
GNU Lesser General Public License v2.1
51 stars 5 forks source link

Build doesn't remove .build files #20

Closed ingig closed 3 months ago

ingig commented 9 months ago

The build doesn't cleanup unavailable goal files

How to produce: Create goal in /api call MyGoal.goal Build Move MyGoal.goal to /util Build

The .build folder still contains the .build/api/MyGoal/*.pr files

The builder should remove them

ingig commented 3 months ago

Fixed #46